home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4169 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  994 b 

  1. Path: news.corp.hp.com!news
  2. From: Philip Walden <pwalden>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: RW Tools.h++'s persistence - second try
  5. Date: 28 Jan 1996 16:52:42 GMT
  6. Organization: PPO PGIS Design Automation
  7. Message-ID: <4eg9kq$1j4@hpcc48.corp.hp.com>
  8. References: <4e5h7q$sip@rc1.vub.ac.be>
  9. NNTP-Posting-Host: walden.pa.itc.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/715)
  14. X-URL: news:4e5h7q$sip@rc1.vub.ac.be
  15.  
  16. kpgoderi@etro3 (Karel Goderis) wrote:
  17.  
  18. >  strm >> x;   // this is line 1144 of the error report
  19. >  strm >> y;
  20. >
  21.  
  22. Try:
  23.  
  24.     strm >> &x;
  25.     strm >> &y;
  26.  
  27. Just a guess.
  28.  
  29. Phil
  30.  
  31. -- 
  32. --------------------------------------------------------------------------
  33. Philip Walden
  34. Hewlett Packard
  35. Product Generation Information Systems
  36. 1501 Page Mill Road, M/S 4U-6
  37. Palo Alto, CA 94304
  38. (415) 857-3899 FAX (415) 857-8234
  39. --------------------------------------------------------------------------
  40.  
  41.